ScheduleJobsApi

Print
Apex classe Details
Name ScheduleJobsApi
Label FSL.ScheduleJobsApi
Namespace Prefix FSL
Status Active
Api Version 61
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class ScheduleJobsApi {
    global static FSL.ScheduleJobsApi getJob(Id jobId) {
        return null;
    }
    global static FSL.ScheduleJobsApi getJob(String jobId) {
        return null;
    }
    global void setTerritory(List<FSL.ScheduleJobsApi.GroupData> groupList) {

    }
global class GeneralData {
    global GeneralData(String timePeriod, String generalPolicyId, String filterCriteria, String userMail) {

    }
}
global class GroupData {
    global GroupData(String groupPolicyId, List<String> territoryIds) {

    }
}
}